home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / SAT 2.4.0 / SAT / Demo ƒ / HeartQuest demo ƒ / ClutFade / headers / ClutFade.p next >
Encoding:
Text File  |  1995-07-15  |  227 b   |  12 lines  |  [TEXT/PJMM]

  1. {Interface to the ClutFade library}
  2.  
  3. unit ClutFade;
  4. interface
  5. {$IFC UNDEFINED THINK_PASCAL}
  6. uses Types, QuickDraw;
  7. {$ENDC}
  8.  
  9.     procedure FadeScreen (fadeTime: Integer; fadeOutFlag: Boolean; fadeTo: RGBColor);
  10.  
  11. implementation
  12. end.